home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CHDIR(3) MINTLIB LIBRARY FUNCTIONS CHDIR(3)
-
-
- N✓NA✓AM✓ME✓E
- chdir - change working directory
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <unistd.h>
-
- int chdir(const char *path);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- Path points to the path name of a directory. chdir causes
- the named directory to become the current working direc-
- tory, the starting path for path searches for path names
- not beginning with /.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- g✓ge✓et✓tc✓cw✓wd✓d(✓(3✓3)✓),✓, D✓Ds✓se✓et✓td✓dr✓rv✓v(✓(2✓2)✓),✓, D✓Ds✓se✓et✓tp✓pa✓at✓th✓h(✓(2✓2)✓)
-
- R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
- 0 upon successfull completion. -1 when an error occurs;
- errno is set to indicate the error.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-